Skip to content

fix: handled theming for instrument screens#2732

Merged
AsCress merged 4 commits into
fossasia:flutterfrom
Yugesh-Kumar-S:Fix-instrument-theming
Jun 13, 2025
Merged

fix: handled theming for instrument screens#2732
AsCress merged 4 commits into
fossasia:flutterfrom
Yugesh-Kumar-S:Fix-instrument-theming

Conversation

@Yugesh-Kumar-S

Copy link
Copy Markdown
Contributor

Fixes #2705

Changes

  • Added theming to instrument screens.
  • Removed hardcoded strings.

Screenshots / Recordings

Screen_recording_20250610_191028.mp4

Checklist:

  • No hard coding: I have used resources from strings.xml, dimens.xml and colors.xml without hard coding any value.
  • No end of file edits: No modifications done at end of resource files strings.xml, dimens.xml or colors.xml.
  • Code reformatting: I have reformatted code and fixed indentation in every file included in this pull request.
  • No extra space: My code does not contain any extra lines or extra spaces than the ones that are necessary.

@github-actions

github-actions Bot commented Jun 10, 2025

Copy link
Copy Markdown
Contributor

@Yugesh-Kumar-S Yugesh-Kumar-S requested a review from AsCress June 10, 2025 13:50
@Yugesh-Kumar-S Yugesh-Kumar-S added flutter Status: Review Required Requested reviews from peers and maintainers labels Jun 10, 2025
@mariobehling mariobehling requested a review from marcnause June 12, 2025 08:41
@AsCress

AsCress commented Jun 12, 2025

Copy link
Copy Markdown
Contributor

@Yugesh-Kumar-S This is fine. Let's just keep the default color of the light mode for the sliders both in the light and the dark mode. By default in the light mode, the color isn't black. Let's keep that color instead.

@Yugesh-Kumar-S

Copy link
Copy Markdown
Contributor Author

@Yugesh-Kumar-S This is fine. Let's just keep the default color of the light mode for the sliders both in the light and the dark mode. By default in the light mode, the color isn't black. Let's keep that color instead.

Screenshot_20250612-173914
Done 👍.

@AsCress AsCress changed the title fix: Handled theming for instrument screen fix: handled theming for instrument screens Jun 13, 2025
@AsCress

AsCress commented Jun 13, 2025

Copy link
Copy Markdown
Contributor

@Yugesh-Kumar-S This one is good to go. Just resolve conflicts here.

@AsCress AsCress merged commit d94cfbf into fossasia:flutter Jun 13, 2025
5 checks passed
Yugesh-Kumar-S added a commit to Yugesh-Kumar-S/pslab-android that referenced this pull request Jun 13, 2025
# This is the 1st commit message:

Implemented LUX meter

# This is the commit message #2:

added const

# This is the commit message fossasia#3:

Improved responsiveness and made reusable widgets

# This is the commit message fossasia#4:

renamed file

# This is the commit message fossasia#5:

Updated view as per PSLab

# This is the commit message fossasia#6:

Implemented sound meter

# This is the commit message fossasia#7:

feat: implemented LUX meter (fossasia#2733)

fix: handled theming for instrument screens (fossasia#2732)

chore(deps): bump org.jetbrains.kotlin.android in /android

Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.8.22 to 2.1.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.22...v2.1.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-version: 2.1.21
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Adjusted view

Changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

flutter Status: Review Required Requested reviews from peers and maintainers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement theming (light/dark modes)

2 participants